home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / TARFILE.GZ / tarfile / util / linux / tofrodos-1.1 / version.h < prev   
Text File  |  1999-09-11  |  338b  |  18 lines

  1. /*
  2.     version.h    Version number header.
  3.     Copyright (c) 1996 by Christopher S L Heng. All rights reserved.
  4.  
  5.     $Id: version.h 1.5 1996/12/16 17:49:13 chris Exp $
  6. */
  7.  
  8. #if !defined(VERSION_H_INCLUDED)
  9. #define    VERSION_H_INCLUDED
  10.  
  11. /* macros */
  12. #define    VERSN_MAJOR    1
  13. #define    VERSN_MINOR    1
  14.  
  15. #define    VERSN_PROGNAME    "tofrodos"
  16.  
  17. #endif
  18.